home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 May / chip-cd_2002_05.zip / 05 / Dom i biuro / Mr Faktury Pro 1.53 / Instaluj.exe / 0 / RCDATA / TPATHSELFORM / TPATHSELFORM.txt < prev   
Text File  |  2002-02-28  |  4KB  |  172 lines

  1. object PathSelForm: TPathSelForm
  2.   Left = 350
  3.   Top = 235
  4.   BorderStyle = bsDialog
  5.   Caption = 'PathSelForm'
  6.   ClientHeight = 294
  7.   ClientWidth = 352
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object UpButton: TSpeedButton
  18.     Left = 8
  19.     Top = 13
  20.     Width = 25
  21.     Height = 25
  22.     Hint = 'Up One Level'
  23.     Glyph.Data = {
  24.       F6000000424DF600000000000000760000002800000010000000100000000100
  25.       0400000000008000000000000000000000001000000010000000000000000000
  26.       80000080000000808000800000008000800080800000C0C0C000808080000000
  27.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  28.       7777777777777777777700000000000000000FBFBFBFBFBFBFB00BFBFBFBFBFB
  29.       FBF00FBFB0000000BFB00BFBF0FBFBFBFBF00FBFB0BFBFBFBFB00BF00000FBFB
  30.       FBF00FBF000FBFBFBFB00BFBF0FBFBFBFBF00FBFBFBFBFBFBFB0000000000000
  31.       000770BFBFB07777777778000008777777777777777777777777}
  32.     ParentShowHint = False
  33.     ShowHint = True
  34.     OnClick = UpButtonClick
  35.   end
  36.   object Label2: TLabel
  37.     Left = 8
  38.     Top = 40
  39.     Width = 46
  40.     Height = 13
  41.     Caption = 'Kartoteka'
  42.   end
  43.   object Label3: TLabel
  44.     Left = 214
  45.     Top = 40
  46.     Width = 21
  47.     Height = 13
  48.     Caption = 'Files'
  49.   end
  50.   object Label4: TLabel
  51.     Left = 56
  52.     Top = 0
  53.     Width = 24
  54.     Height = 13
  55.     Caption = 'Dysk'
  56.   end
  57.   object Label1: TLabel
  58.     Left = 8
  59.     Top = 216
  60.     Width = 80
  61.     Height = 13
  62.     Caption = 'Wybrany katalog'
  63.   end
  64.   object DriveComboBox1: TDriveComboBox
  65.     Left = 56
  66.     Top = 16
  67.     Width = 281
  68.     Height = 19
  69.     Hint = 'Select Drive'
  70.     DirList = DirectoryListBox1
  71.     Font.Charset = DEFAULT_CHARSET
  72.     Font.Color = clWindowText
  73.     Font.Height = -11
  74.     Font.Name = 'MS Sans Serif'
  75.     Font.Style = []
  76.     ParentFont = False
  77.     ParentShowHint = False
  78.     ShowHint = True
  79.     TabOrder = 0
  80.     TextCase = tcUpperCase
  81.   end
  82.   object OKbutton: TBitBtn
  83.     Left = 8
  84.     Top = 264
  85.     Width = 75
  86.     Height = 25
  87.     Hint = 'Accept Selection'
  88.     ParentShowHint = False
  89.     ShowHint = True
  90.     TabOrder = 1
  91.     Kind = bkOK
  92.   end
  93.   object CancelButton: TBitBtn
  94.     Left = 256
  95.     Top = 264
  96.     Width = 81
  97.     Height = 25
  98.     Hint = 'Reject Selection'
  99.     Caption = '&Rezygnuj'
  100.     ParentShowHint = False
  101.     ShowHint = True
  102.     TabOrder = 2
  103.     Kind = bkCancel
  104.   end
  105.   object Panel1: TPanel
  106.     Left = 8
  107.     Top = 56
  108.     Width = 329
  109.     Height = 153
  110.     BevelInner = bvLowered
  111.     Caption = 'Panel1'
  112.     TabOrder = 3
  113.     object Splitter1: TSplitter
  114.       Left = 201
  115.       Top = 2
  116.       Width = 4
  117.       Height = 149
  118.       Cursor = crHSplit
  119.       OnMoved = Splitter1Moved
  120.     end
  121.     object DirectoryListBox1: TDirectoryListBox
  122.       Left = 2
  123.       Top = 2
  124.       Width = 199
  125.       Height = 149
  126.       Hint = 'Selected Path'
  127.       Align = alLeft
  128.       FileList = FileListBox1
  129.       Font.Charset = DEFAULT_CHARSET
  130.       Font.Color = clWindowText
  131.       Font.Height = -11
  132.       Font.Name = 'MS Sans Serif'
  133.       Font.Style = []
  134.       ItemHeight = 16
  135.       ParentFont = False
  136.       ParentShowHint = False
  137.       ShowHint = False
  138.       TabOrder = 0
  139.       OnChange = DirectoryListBox1Change
  140.     end
  141.     object FileListBox1: TFileListBox
  142.       Left = 205
  143.       Top = 2
  144.       Width = 122
  145.       Height = 149
  146.       Hint = 'Matching Files'
  147.       Align = alClient
  148.       FileType = [ftHidden, ftSystem, ftArchive, ftNormal]
  149.       Font.Charset = DEFAULT_CHARSET
  150.       Font.Color = clBtnShadow
  151.       Font.Height = -11
  152.       Font.Name = 'MS Sans Serif'
  153.       Font.Style = []
  154.       ItemHeight = 13
  155.       ParentFont = False
  156.       ParentShowHint = False
  157.       ShowHint = True
  158.       TabOrder = 1
  159.     end
  160.   end
  161.   object Edit1: TEdit
  162.     Left = 8
  163.     Top = 232
  164.     Width = 329
  165.     Height = 21
  166.     Hint = 'Selected Path'
  167.     ParentShowHint = False
  168.     ShowHint = True
  169.     TabOrder = 4
  170.   end
  171. end
  172.